Android Audio Recorder
Type
library
Summary
This library provides Android audio recording functionality, via the android.media.MediaRecorder class.
Description
Use this library to record audio on Android.
note
This library requires RECORD_AUDIO, WRITE_EXTERNAL_STORAGE and CAPTURE_AUDIO_OUTPUT permissions. These will be automatically added to the application manifest when an application including this library is built.
Compatibility and Support
OS
android
Children Properties
Handler
Name | Summary | Syntax |
---|---|---|
androidRecorderStartRecording | Start recording an audio file, using the given filename | androidRecorderStartRecording(<pFileName>) |
androidRecorderSetRecordCompressionType | Set the record compression type | androidRecorderSetRecordCompressionType(<pCompressionType>) |
androidRecorderSetRecordFormat | Set the record output format | androidRecorderSetRecordFormat(<pRecordFormat>) |
androidRecorderSetRecordInput | Set the record input source | androidRecorderSetRecordInput(<pInputSource>) |
androidRecorderStopRecording | Stop recording | androidRecorderStopRecording() |
androidRecorderGetMaxAmplitude | Returns the max amplitude of the recording since last sampled | androidRecorderGetMaxAmplitude() |